@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300');
@import url('https://fonts.googleapis.com/css?family=Merriweather');

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
content: ".";              /* the period is placed on the page as the last thing before the div closes */
display: block;          /* inline elements don't respond to the clear property */ 
height: 0;                  /* ensure the period is not visible */
clear: both;               /* make the container clear the period */
visibility: hidden;      /* further ensures the period is not visible */
}
 
.clearfix {display: inline-block;}   /* a fix for IE Mac */
 
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* NHN (developers@xpressengine.com) */
/*csslint unique-headings:false, floats:false*/
/* Board */
.xe_content{font-family: 'Nanum Gothic' !important;}
.pw_form {
margin:10px 0 0px; 0;
}
.board_btn {
background-color:rgba(0,0,0,0.0);
border:none;
box-shadow:none;
text-decoration:none;
font:11px 'Calibri', 'Nanum Gothic';
color: #777;
}
.board img {
	border: 0;
	max-width:100%;
}
.board,
.board table,
.board textarea,
.board select {
	font-family: 'Nanum Gothic';
	font-size: 11px;
	letter-spacing: -0.5px;
}
.board label,
.board input,
.board button{
	font-family: 'Calibri', 'Nanum Gothic';
	font-size: 11px;
	letter-spacing: -0.5px;
}
.board select {
	margin: 0;
}
.board .iCheck+label {
	vertical-align: middle;
}
.board .iText {
	position: relative;
	padding: 3px 4px;
	height: 17px;
	line-height: 17px;
	border: 0;
	border-bottom:1px solid #eee;
	background: transparent;
}
.board textarea {
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.board label {
	display: inline-block;
	margin: 0;
}
.board .edit input[type='checkbox'] + label:before {
    content:"check";
}
.board .edit input[type='checkbox']:checked + label:before {
    content:"checked";
    font-weight:bold;
}
.board .edit .allc input[type='checkbox'] + label:before {
    content:"check-all";
}
.board .edit .allc input[type='checkbox']:checked + label:before {
    content:"checked-all";
    font-weight:bold;
}
.board .edit input[type='checkbox'] {
    display:none;
}
.board .edit label {
    cursor:pointer;
    font: 11px 'Calibri', 'Nanum Gothic';
	margin-top:-1px;
}
/* Board Header */
.board_header {
	position: relative;
	zoom: 1;
	margin: 0 0 22px 0;
}
.board_header h2 {
	margin: 0;
	float: left;
}
.board_header>a {
	float: right;
	color:#777;
	text-decoration:none;
	font: 11px 'Calibri', 'Nanum Gothic';
	padding-left:5px;
}
/* Category Tab */
.c_tab{font: 11px 'Calibri', 'Nanum Gothic';margin-bottom:10px;}
.cTab {
	margin:0;
	margin-bottom:35px;
	padding:0;
	list-style: none;
	zoom: 1;
}
.cTab li {
	display:inline;
	margin: 0;
}
.cTab li.on {
	font-weight: bold;
}
.cTab li a {
	padding: 0 3px;
	text-decoration: none;
	color: #777;
}
.cTab li.on a {text-decoration:underline !important;}
.cTab ul {
	display: none;
}
.cTab li.on ul {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
/* Board List */
/* list.html */
.list_footer {
	position: relative;
	zoom: 1;
	margin-bottom:10px;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
}
.list_footer .btnArea a{
margin-left:10px;
}
.list_footer .bsToggle {
	float: left;
	cursor: pointer;
	padding: 0 0 0 0;
	margin: 0 4px 0 0;
	overflow: hidden;
	border: 0;
	background-color:rgba(0,0,0,0);
	color:#777;
	letter-spacing:-0.5px;
}
.list_footer .search_form{
  text-align:left;
}
.list_footer .board_search {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	width:190px;
	top:-5px;
	display:none;
	letter-spacing:-1px;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 15px;
	line-height: 15px;
	padding: 4px 75px 4px 4px;
	width: 80px;
	border-bottom:1px solid #eee;
}
.list_footer .board_search select {
	position: absolute;
	top: 4px;
	height: 18px;
	left: 90px;
	width: 70px;
	padding: 0;
	border:0;
}
.list_footer .board_search .board_btn{
	padding:5px;
}
.list_footer .tagSearch {
	display: inline;
	padding: 25px 0 0 0;
	overflow: hidden;
}
/* Board Write */

/* write_form.html */
.board_write {
}
.write_open{
font-weight:bold;
margin-bottom:40px;
text-align:center;
}
.write_header {
	padding: 9px 10px 9px 10px;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	height: 23px;
	width: 140px;
	padding: 0;
}
.write_header .iText {
	width: 150px;
	margin: 0 10px 0 0;
	background: rgba(0,0,0,0);
}
.write_editor .xd {
	margin-top: -3px;
}
.write_footer {
	overflow: hidden;
	margin: 1em 0;
}
.write_footer:after {
	content: "";
	display: block;
	clear: both;
}
.write_footer .btnArea {
	float: right;
	margin: 0;
}
.write_option {
	margin: 0 0 1em 0;
}
.write_option label {
	margin: 0 10px 0 0;
}
/* Extra Form */
.exForm {
	background: rgba(0,0,0,0);
	padding: 10px 0;
}
.exForm table {
	border: 0;
	width: 100%;
}
.exForm caption {
	text-align: right;
	font-size: 11px;
	padding: 0 0 2px 0;
}
.exForm th,
.exForm td {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.exForm th {
	color: #333;
	text-align: left;
	padding: 10px 5px 15px 5px;
	white-space: nowrap;
}
.exForm th label {
	cursor: default;
}
.exForm td {
	color: #666;
	padding: 8px 10px;
}
.exForm em {
	font-style: normal;
	color: #f60;
}
.exForm .text,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
	padding: 3px 4px;
	margin: 0 4px 0 0;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 300px;
}
.exForm .tel {
	width: 40px;
}
.exForm .date {
	width: 120px;
}
.exForm textarea {
	width: 90%;
	padding: 3px 4px;
	margin: 0 4px 0 0;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.exForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exForm li {
	display: inline;
}
.exForm li input {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.exForm li label {
	margin: 0 15px 0 0;
}
.exOut {
	background: rgba(0,0,0,0);
	padding: 10px 0;
}
.exOut table {
	border: 0;
	width: 100%;
}
.exOut th,
.exOut td {
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.exOut th {
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.exOut td {
	color: #666;
	width: 100%;
}
/* Board Read */

/* _read.html */
.viewDocument{}
.board_read {
	zoom: 1;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.read_header {line-height:1.3;}
.read_header h1 {
	margin:0;
	font-size: 11px;
}
.read_header h1 a {color:#777;font-weight:bold;}
.read_header .title{margin-bottom:3px;}
.read_header .category{
  font-family:'Calibri', 'Nanum Gothic';
  color:#fff;
  background:#aaa;
  padding:1px 5px;
  letter-spacing:1px;
  margin-right:3px;
}
.time {
	color: #777;
	font: 11px 'Calibri', 'Nanum Gothic';
}
.edit {
	float:right;
	color: #777;
	font: 11px 'Calibri', 'Nanum Gothic';
	word-spacing:3px;
	display:none;
}
.edit a{
	color: #777;
}
.board_read:hover .edit, .board_read:active .edit{
	display: inline;
}
.read_header .read_info{
  margin:0;
}
.secret_mark{
  font-style:italic;
  font-size:11px;
  font-family:'Calibri', 'Nanum Gothic';
  margin-left:5px;
}
.read_body {}
.board_read .content:not(.notice_content){
	padding-top: 3px;
}
.read_body .xe_content {
	color: #777;
}
.read_body .xe_content a{
	color: #777;
	text-decoration:none;
}
.read_body .xe_content a:hover,
.read_body .xe_content a:active,
.read_body .xe_content a:focus {
	text-decoration: none;
	color:#777;
}
.read_body .iText{
border:none;
border-bottom:1px solid #eee;
background:rgba(0,0,0,0.03);
}
.read_body .files {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.read_body .files li {
}
.read_body .files li a{
	color:#777;
}
.read_body .files .fileSize{
  font-size:10px;
  font-style:italic;
}
.read_body .secret{
	font:11px 'Calibri', 'Nanum Gothic';
	letter-spacing:1px;
	font-weight:bold;
	color: #777;
}

.read_footer {
	overflow: hidden;
}
.comment_write {

}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
	float: left;
}
.read_footer .toggleFile {
	border: 0;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	color: #777;
}

.read_footer .tags {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	color: #777;
	vertical-align: top;
	padding: 0 15px 0 32px;
	line-height: 16px;
	float:left;
}
.read_footer .tags a {
	text-decoration: none;
	color: #777;
}
.read_footer .action {
	font-size: 12px;
	text-decoration:none;
	color:#777;
}
.read_footer .sns {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}
.read_footer .sns li {
	display: inline;
	vertical-align: top;
}
.read_footer .sns a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.read_footer .sns .link a {
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: url(icoSet.gif) no-repeat;
}
.read_footer .sns .twitter a {
	background-position: 0 -270px;
}
.read_footer .sns .facebook a {
	background-position: 0 -330px;
}
.read_footer .sns .delicious a {
	background-position: 0 -360px;
}
.read_footer .sign {
	clear: both;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	overflow: hidden;
	zoom: 1;
}
.read_footer .sign .pf {
	float: left;
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
}
.read_footer .sign .tx {
	overflow: hidden;
	line-height: 1.3;
	font-size: 11px;
	border-left: 1px dotted #ddd;
	padding: 0 0 0 15px;
	color: #333;
}
.read_footer .sign .tx * {
	margin: 0;
}
.read_footer .btnArea {
	clear: both;
	text-align: right;
	margin:10px 0 10px 0;
	padding: 10px 0;
	border-top: 0px solid #ddd;
	font-size:12px;
}
.read_footer .btnArea .board_btn{
margin-left:10px;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	margin: 0 0 0 0;
}

.feedback .pw_form {
margin:10px 0 0px; 0;
}
.feedback .fbList {
	margin: 0;
	padding: 0;
}
.feedback .fbItem {
	zoom: 1;
	list-style: none;
	padding:10px 0;
	border-bottom:1px solid #eee;
	line-height: 1.5;
}
.feedback .indent {}
.feedback .fbMeta {}
.feedback .fbMeta .author {padding-right:3px;}
.feedback .author a {
	color: #777;
	font-weight:bold;
}
.feedback .author a img {
	margin: 0 6px 0 0 !important;
	vertical-align: top !important;
}
.feedback .time {}
.feedback .edit {}
.fbItem:hover .edit, .fbItem:active .edit{display:inline;}
.feedback .xe_content {
	margin: 0 0 0 0px;
	padding-top: 3px;
	color: #777;
	width:100%;
}
.feedback .xe_content a{
	margin-top: 0;
	color:#777;
	text-decoration:none;
}
.feedback .xe_content a:hover,
.feedback .xe_content a:active,
.feedback .xe_content a:focus {
	text-decoration: none;
	color:#777;
}
.feedback .xe_content *:first-child {
	margin-top: 0;
}
#trackback .xe_content {
	color: #888;
}
#trackback .xe_content strong {
	color: #666;
	display: block;
	font-weight: normal;
}
.feedback .fileList {
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
	display: inline;
	float: left;
	clear: both;
}
.feedback .toggleFile {
	border: 0;
	background: url(icoSet.gif) no-repeat 0 2px;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	color: #767676;
}
.feedback .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.feedback .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.feedback .files a {
	color: #767676;
	position: relative;
	text-decoration: none;
}
.feedback .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: rgba(0,0,0,0);
	white-space: nowrap;
}
.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
	visibility: visible;
}
.feedback .action {
	margin: 0;
	margin-top:-15px;
	padding: 0px 0px 0 0;
	white-space: nowrap;
	float: right;
	text-decoration:none;
}
.feedback .action .vote {
	margin: 0 10px 0 0;
	color: #767676;
}
.feedback .action a {
	padding: 0 0 0 5px;
	color: #767676;
	text-decoration: none;
}
.feedback .action a.reply {
	background-position: 0 -210px;
}
.feedback .action a.modify {
	background-position: 0 -150px;
}
.feedback .action a.delete {
	background-position: 0 -180px;
}
.feedback .action a.this {
	background: none;
	padding: 0;
	margin: 0 0 0 5px;
}
.feedback .pagination {
	padding: 10px 0;
	margin-bottom:30px;
}
.feedback .indent0 {
	padding-left: 0px;
}
.feedback .indent1 {
	padding-left: 10px;
}
.feedback .indent2 {
	padding-left: 20px;
}
.feedback .indent3 {
	padding-left: 30px;
}
.feedback .indent4 {
	padding-left: 40px;
}
.feedback .indent5 {
	padding-left: 50px;
}
.feedback .indent6 {
	padding-left: 60px;
}
.feedback .indent7 {
	padding-left: 70px;
}
.feedback .indent8 {
	padding-left: 80px;
}
.feedback .indent9 {
	padding-left: 90px;
}
.feedback .indent10 {
	padding-left: 110px;
}
.feedback .indent11 {
	padding-left: 120px;
}
.feedback .indent12 {
	padding-left: 130px;
}
.fbFooter {
	margin: -10px 0 20px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: left;
    margin-bottom: 10px;
}
.pagination a,
.pagination strong {
	color: #777;
	font: 11px 'Calibri', 'Nanum Gothic';
	display: inline-block;
	text-decoration: none;
	padding: 1px 3px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	color: #ccc;
}
.pagination strong {font-weight:bold;}
.pagination .direction {
	color: #777;
	text-decoration: none !important;
	border: 0;
	z-index: 1;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color: #ccc;
}
.pagination .prev {}
.pagination .next {}
.pagination .direction span {
	display: inline-block;
}
.pagination .prev span {}
.pagination .next span {}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
	float: left;
	margin: 0 4px 0 0;
}
.write_author .item {
	position: relative;
	display: inline-block;
	zoom: 1;
}
.write_author .iLabel {
	top: 4px;
	left: 8px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	margin: 10px 12px;
	zoom: 1;
}
.write_comment:after {
	content: "";
	display: block;
	clear: both;
}
.write_comment textarea {
	width: 645px;
	height: 37px;
	margin: 0 0 5px 0;
}
.write_comment .userName{
margin:0;
}
.write_comment .write_author {
	padding: 10px 0 10px 0;
}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
	padding: 15px 20px;
	color: #777;
}
.context_data h3.author {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data .title {
	padding: 0 0 10px 0;
	margin:0;
	color: #777;
	border-bottom:1px solid #eee;
}
.context_data p.author {
	margin: 0;
}
.context_data p.author strong {
	font-weight: normal;
}
.context_data .xe_content {
	color: #666;
}
.context_message {
	text-align: center;
	margin: 20px;
}
.context_message h1 {
	font-size: 12px;
	margin: 0 0 20px 0;
}
.context_message .btnArea {
	margin: 20px 0;
	text-align:center;
}
/* Tag List */
.tagList {
	margin: 0;
	padding: 25px;
	border: 1px solid #cdcdcd;
	line-height: 1.2;
	text-align: justify;
}
.tagList a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 2px;
}
.tagList a.rank1 {
	font-size: 24px;
	background: #777;
}
.tagList a.rank2 {
	font-size: 18px;
	background: #333;
}
.tagList a.rank3 {
	font-size: 14px;
	background: #666;
}
.tagList a.rank4 {
	font-size: 12px;
	background: #999;
}
.tagList a.rank5 {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.tagFooter {
	text-align: center;
	padding: 20px 0;
}
/* Button */
.board .btn {
	text-decoration: none !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #bbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}